home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_m_p / phish.zip / README.TXT < prev   
Text File  |  1992-01-06  |  10KB  |  236 lines

  1. PhishEdit version 1.3
  2. ---------------------
  3.  
  4. (C) Copyright 1992 Philip B. Eskelin, Jr.  All rights reserved.
  5. Windows is a trademark of Microsoft Corp. 
  6. (blah blah blah...<g>)
  7.  
  8. ................................................................
  9.  
  10. I am not going to say that this is the hottest icon editor out.
  11. Instead, I will tell you that I tried to design it so that
  12. it had an easy, intitive, graphical interface.  The tool bar
  13. and status bar were to aid in efficiency.  I named the editor
  14. "PhishEdit" (I know you are probably wondering what relevance it
  15. has to drawing icons...) mainly because it would be a catchy name,
  16. and I knew no one else would ever dream in their pseudo-zen
  17. imaginations of the same name.  Every where I look, there is
  18. a massive saturation of things like "Icondraw", "Icon Manager",
  19. "Icon Tamer"(where did they get that???), "Iconthis", "Iconthat",
  20. "Icon*.*", etc.  So, maybe PhishEdit will add a little spice to
  21. the world of informationatyourfingertips-icon-insanity.
  22.  
  23. I have noticed that it is a matter of time before a fellowship
  24. will be formed.  I can see it now: "Hi, my name is Phil, and 
  25. I am an Iconoholic...<cringe>."  "I have just realized that 
  26. I am powereless over Icons, and understand that I am insane 
  27. and powerless over any graphical user interface."  Suddenly,
  28. an insane rumble becomes evident: "Hi Phil, we're here to help you."
  29.  
  30. The most righteous part of PhishEdit is the ability to edit an icon
  31. with the PhishEdit window maximized, and the drawing window maximized.
  32. After being burnt out with the Icondraw eye-strain, denial broke, and
  33. PhishEdit became my higher power <grin>.
  34.  
  35. On the serious note, I tested PhishEdit to the best of my ability,
  36. in all resolutions.  I fully developed it under debug Windows.  It
  37. should be very solid, robust, and machine independent.  Notify me of 
  38. any bugs over compuserve mail [76216,1410].  Please beware when changing
  39. icons in any Windows executable or library.  I suggest you back up the
  40. executable you change until you get use to using the feature of saving
  41. to executables/libraries.  Have Fun!!
  42.  
  43.  
  44. Usage:
  45. ======
  46.  
  47. File Menu
  48. ---------
  49.  
  50. New - Opens a new untitled icon.  It is not possible to create
  51. a new icon library or Windows executable with this option. A 
  52. maximum of eight icons can be opened at one time.  The icon
  53. opended by this command must be saved to a file name by way
  54. of the "Save As..." command from the File Menu.
  55.  
  56. Open - A dialog box is displayed which allows you to find an icon,
  57. library, or Windows executable.  If it is just an icon, then the
  58. image is displayed in a new window for editing.  If the file is a
  59. Windows executable or library, another dialog box is shown, so that
  60. you can pick which icon inside the executable or library to edit.  From
  61. there, the icon image in the file is displayed, and can be edited and
  62. saved back into the same executable.  I recommend that only advanced
  63. users who are accustomed to using Windows open/manipulate executables
  64. and libaries, as it can mean disaster if not used correctly.
  65.  
  66. Close - closes the currently active icon, prompting to save changes
  67. if any changes have been made.  The currently active icon is the icon
  68. window that is up front, or has the focus.
  69.  
  70. Save - saves an icon that has been opened under the same file name.
  71. If the icon image was opened from a Windows executable or library,
  72. then the "Save" command writes over the existing image (For Example,
  73. if you open PROGMAN.EXE, and edit the 8th icon, then make changes
  74. to the icon, choosing "Save" writes over the 8th icon in the Program
  75. Manager with the new image).
  76.  
  77. Save As - Displays a dialog box allowing you to specify which file name 
  78. to save the image into.  BEWARE: if you create a new icon image, 
  79. then save to a Windows executable or library file, the icon image
  80. will be written over the first icon in the executable or library.
  81.  
  82. Exit - Exits PhishEdit, and asks you whether or not to save changes
  83. over unsaved icon images.
  84.  
  85. Edit Menu
  86. ---------
  87.  
  88. Undo - Cancels the previous drawing operation.
  89.  
  90. Clear - Clears the drawing area of the currently active icon image.
  91.  
  92. Copy - Copies the currently active icon image to the clipboard in
  93. bitmap format.  The image can then be pasted into other icon drawing
  94. programs with clipboard support, or pasted into PaintBrush.
  95.  
  96. Cut - Equivalent to choosing "Copy" then "Clear" from the edit menu.
  97.  
  98. Paste - Takes a bitmap image from the clipboard, and pastes it into
  99. the drawing area of the currently active icon in PhishEdit.
  100.  
  101. Tools Menu
  102. ----------
  103. Pixel - draws one pixel at a time in the currently active icon image
  104. with the current color.
  105.  
  106. Line - draws a straight line (click and drag with the mouse to draw
  107. a line) with the current color.
  108.  
  109. Hollow Rectangle - draws a hollow rectangle with the border being of
  110. the current drawing color.
  111.  
  112. Solid Rectangle - draws a solid rectangle with the current drawing color.
  113.  
  114. Hollow Ellipse - draws a hollow ellipse or circle with the border being
  115. of the current drawing color.
  116.  
  117. Solid Ellipse - draws a solid ellipse or circle with the current drawing
  118. color.
  119.  
  120. Rotate 90 Degrees - Rotates the currently active icon image 90 degrees
  121. in the clockwise direction.  Undo can be used to cancel this.
  122.  
  123. Shift Right - Shifts the icon image to the right by one pixel column.
  124.  
  125. Shift Left - Shifts the icon image to the left by one pixel column.
  126.  
  127. Shift Up - Shifts the icon image up by one pixel row.
  128.  
  129. Shift Down - Shifts the icon image down by one pixel row.
  130.  
  131. 32x32 Capture - PhishEdit minimizes, and the cursor changes to a hollow
  132. box.  When you click down with the left mouse button, everything inside
  133. the box cursor is copied into the drawing area of the current icon.  If
  134. you make a mistake, Undo can be used.  This is especially useful if you
  135. want to capture text.
  136.  
  137. Variable Capture - PhishEdit minimizes.  You then click and drag with
  138. the left mouse button.  When you up-click with the left mouse button,
  139. the image inside of the rectangle is copied into the currently active
  140. icon window inside PhishEdit.
  141.  
  142.  
  143. Window Menu
  144. -----------
  145. Cascade - Cascades all opened drawing windows so that each one is
  146. offset down and to the right of the previous window.
  147.  
  148. Tile - tiles all opened drawing windows so that all of them can be
  149. seen at once.
  150.  
  151. Arrange Icons - Arranges all of the minimized drawing windows within
  152. PhishEdit at the lower-left area of the PhishEdit window.
  153.  
  154. File Listings - Below the "Cascade", "Tile", and "Arrange Icons" menu
  155. options, you will see a list of the drawing windows.  Picking one
  156. of them brings the drawing window up to the front of the other
  157. windows and makes it the active drawing window.
  158.  
  159.  
  160. Color Menu
  161. ----------
  162. Colors - You can change the current color in any of the three drawing
  163. modes.  Choosing a color in here is equivalent to choosing a color
  164. in the drop-down box in the tool bar.
  165.  
  166. Color Mode - The drawing mode where drawing in a color will result
  167. in the color being displayed normally when the icon is displayed.
  168.  
  169. Screen Mode - The same thing as "Transparent" mode.  Whatever color
  170. you choose for this, will be the "invisible" part of the icon.
  171.  
  172. Inverse Mode -  Whatever color you choose for this, will be the inverse
  173. part of the icon, so that when the icon is displayed, the inverse part
  174. is just the colors behind the icon inverted.  The Inverse color will 
  175. always be inverse of the "Transparent" or "Screen Mode" color.
  176.  
  177. Window Grid - Displays a grid in the currently active drawing area.
  178. Especially useful when you are trying to be accurate.
  179.  
  180. Window Coordinates - displays the logical coordinates of the mouse cursor
  181. when the mouse cursor is inside of the drawing window. This also aids in
  182. accuracy.  The Window coordinates are displayed in the status bar at
  183. the bottom of PhishEdit's window.
  184.  
  185.  
  186. Help Menu
  187. ---------
  188.  
  189. Help on PhishEdit - Runs notepad and displays the README.TXT file
  190. you are reading right now.
  191.  
  192. About PhishEdit - displays about information and shows where to send
  193. the shareware registration (also discussed below).
  194.  
  195. Changing Program Manager Icons
  196. ------------------------------
  197. Edit an icon, and save it to a file name.  In Program Manager,
  198. highlight the group item you wish to change.  Then, 
  199. choose "Properties" from the File menu.  Then, click on the
  200. "Change Icon" button.  Next, specify the full path and file
  201. name of the icon you just saved.  Click on OK, then on OK again,
  202. and the highlighted icon in Progman should change.
  203.  
  204. Using FileDragger and PhishEdit
  205. -------------------------------
  206. If you have my shareware utility FileDragger, which is a
  207. file management utility (also available on Compuserve and
  208. other random BBS's), then you can select icons from the 
  209. FileDragger file list and drag/drop them into PhishEdit.  The
  210. icon files are then opened.
  211.  
  212.  
  213. Registration:
  214. =============
  215. If you find this useful, send 25 dollars (suggested) as a 
  216. donation to my work, in either a check or money form.  If you are 
  217. outside of the U.S., send either cash or a money order in 
  218. US dollars.
  219.  
  220. Please mail along with your checks any suggestions or comments
  221. about its interface and its abilities.
  222.  
  223.  
  224. Please send to:
  225.    
  226.    Philip B. Eskelin, Jr.
  227.    P.O. Box 4010
  228.    Silverdale, WA  98383-4010
  229.  
  230. Shareware outlets have my permission to distribute this, 
  231. as long as this text file is distributed with it, and
  232. the executable remains unchanged.
  233.  
  234.  
  235. P.S. There is a story behind the name "Phish"...
  236.